:root {
    --colors--white: white;
    --colors--black: black;
    --colors--black-2: #3a2b4f;
    --colors--black-3: #1a272e;
    --colors--cream: #dbd5cd;
    --colors--cream-2: #e1dddb;
    --colors--cream-3: #dad6cd;
    --colors--yellow: #fbc704;
    --colors--pink: #ffc1ad;
    --colors--green: #3eaea9;
    --colors--dark-green: #086375;
    --colors--light-green: #6895a1;
    --colors--blue: #34668b;
    --colors--dark-purple: #342646;
    --colors--light-purple: #afa3b9;
    --colors--orange: #fd602c;
    --colors--grey: #d7d6d6;
    --colors--grey-2: #a2a1a1;
    --colors--grey-3: #5a6870;
    --margin--marg-xxs: 0.8rem;
    --margin--marg-xs: 1.25rem;
    --margin--marg-s: 1.875rem;
    --margin--marg-m: 2.5rem;
    --margin--marg-l: 3.75rem;
    --margin--marg-xl: 5.625rem;
    --margin--marg-xxl: 8.75rem;
    --padding--padd-xs: 1.25rem;
    --padding--padd-s: 2.5rem;
    --padding--padd-m: 3.75rem;
    --padding--padd-l: 5.7rem;
    --padding--padd-xl: 7.5rem;
    --padding--padd-xxl: 9rem;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

* {
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.course-brochure {
    color: var(--colors--dark-purple);
    font-family: Ambit;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
    word-wrap:break-word;
}

.course-brochure h1 {
    font-size: 2.8rem;
    font-size: clamp(2.8rem, 2.46rem + 1.75vw, 4.56rem);
    margin: 0 0 var(--margin--marg-xs);
    font-family: Neue Machina;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.course-brochure h2 {
    font-size: 2.5rem;
font-size: clamp(2.5rem, 2.3rem + 1vw, 3.5rem);
    margin: 0 0 var(--margin--marg-s);
    font-family: Neue Machina;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.course-brochure h2:last-child {
    margin: 0;
}

.course-brochure h3 {
    font-size: 1.75rem;
font-size: clamp(1.75rem, 1.6625rem + 0.43750000000000006vw, 2.1875rem);
    line-height: 1.2;
    text-transform: uppercase;
    margin: 0 0 var(--margin--marg-s);
    font-family: Supply;
    font-weight: 400;
}

.course-brochure h4 {
    font-size: 1.44rem;
    line-height: 1.2;
    text-transform: uppercase;
    margin: 0 0 var(--margin--marg-s);
    font-family: Supply;
    font-weight: 400;
}

.course-brochure h6 {
    font-size: 1.25rem;
    text-transform: uppercase;
    margin: 0;
}

.course-brochure .content {
    max-width: 1440px;
    width: 80%;
    margin: 0 auto;
}

.course-brochure b {
    font-family: Ambit;
    font-weight: 700;
}

.course-brochure ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.course-brochure a {
    display: inline-block;
    color: inherit;
    text-decoration: none;
    font-size: 1rem;
}

.course-brochure img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}

.course-brochure p {
    margin: 0 0 var(--margin--marg-s);
}

.course-brochure p:last-child {
    margin: 0;
}

.course-brochure .cta-wr {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.course-brochure .cta {
    font-size: 1.1rem;
    line-height: 1;
    font-family: Supply;
    font-weight: 400;
    color: var(--colors--black);
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    word-break: keep-all;
    background-color: var(--colors--white);
    padding: 1rem 2rem;
    display: inline-block;
    transition: all 0.5s ease;
}

.course-brochure .cta-ghost {
    border: 2px solid var(--colors--white);
    color: var(--colors--white);
    background-color: transparent;
}

.course-brochure .cta-ghost-black {
    border: 2px solid var(--colors--black);
    color: var(--colors--black);
    background-color: transparent;
}

.course-brochure .cta-yellow {
    background-color: var(--colors--yellow);
}

.course-brochure .cta-black {
    background-color: var(--colors--black);
    color: var(--colors--white);
}

.course-brochure .cta-purple {
    background-color: var(--colors--light-purple);
    color: var(--colors--white);
}

.course-brochure .cta:hover {
    background-color: var(--colors--black);
    color: var(--colors--white);
}

.course-brochure .cta-ghost:hover {
    background-color: var(--colors--white);
    color: var(--colors--black);
}

.course-brochure .cta-yellow:hover {
    background-color: var(--colors--white);
    color: var(--colors--black);
}

.course-brochure .cta-black:hover {
    background-color: var(--colors--white);
    color: var(--colors--black);
}

.course-brochure .drept-img {
    display: block;
    margin: 0 0 var(--margin--marg-m);
}

.course-brochure main {
    background: var(--colors--dark-purple) url(https://www.jmcacademy.edu.au/media/c2khiuiq/hero-img.webp) no-repeat center bottom;
    background-size: cover;
    color: var(--colors--white);
}

.course-brochure header {
    max-width: 1680px;
    width: 80%;
    margin: 0 auto;
    padding: var(--padding--padd-s) 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
}

.course-brochure .hero-c {
    padding: var(--padding--padd-xxl) 0;
}

.course-brochure .hero-wr {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 4rem;
}

.course-brochure .hero-text {
    max-width: 760px;
     width: 60%;
}

.course-brochure .umbraco-forms-form{
     width:650px;
     max-width:40%;
     background-color:rgb(246 246 247/var(--tw-bg-opacity));
     font-family:Supply;
     color:#3B2B4F;
 }
 
.course-brochure .umbraco-forms-form h2{
      display:none;
  }
 
.course-brochure .umbraco-forms-form .umbraco-forms-field{
      margin-top:20px;
  }
  
.course-brochure .umbraco-forms-form .umbraco-forms-field.emailaddress{
      margin-top:0px;
  }

.course-brochure .hero-text p {
    margin: 0;
}

.course-brochure .under-hero {
    background: var(--colors--dark-purple);
    color: var(--colors--white);
}

.course-brochure .under-c {
    padding: var(--padding--padd-l) 0;
}

.course-brochure .under-wr {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 2rem;
}

.course-brochure .under-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    gap: 1.5rem;
}

.course-brochure .under-box p {
    font-size: 1.25rem;
    font-family: Supply;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.course-brochure .under-circle {
    background: white;
    width: 124px;
    height: 124px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.course-brochure .under-circle p {
    font-size: 1.125rem;
    line-height: 1.2;
    font-family: Supply;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--colors--dark-purple);
}

.course-brochure .creative-c {
    padding: var(--padding--padd-xl) 0;
}

.course-brochure .creative-wr {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 7.5rem 2rem;
}

.course-brochure .creative-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 2rem;
    margin: 0 0 5rem 0;
}

.course-brochure .creative-box {
    position: relative;
}

.course-brochure .creative-box.dark-black {
    border: 15px solid var(--colors--black-3);
}

.course-brochure .creative-box.purple {
    border: 15px solid var(--colors--dark-purple);
}

.course-brochure .creative-box img {
    width: 100%;
}

.course-brochure .creative-box p {
    position: absolute;
    margin: 0;
    text-transform: uppercase;
    font-family: Supply;
    font-weight: 400;
}

.course-brochure .creative-box p:first-of-type {
    inset: 0 auto auto 0;
}

.course-brochure .creative-box p:last-of-type {
    inset: auto 0 0 auto;
}

.course-brochure .creative-box.dark-black p {
    background: var(--colors--black-3);
    color: var(--colors--white);
    padding: 0 0.5rem 0.5rem 0.5rem;
    font-size: 1.25rem;
}

.course-brochure .creative-box.purple p {
    background: var(--colors--dark-purple);
    color: var(--colors--white);
    padding: 0rem 0.5rem 0.5rem 0.5rem;
    font-size: 1.25rem;
}

.course-brochure .creative-box.purple p:last-of-type {
    text-align: right;
    padding: 0.5rem 0.5rem 0 0.5rem;
}

.course-brochure .creative-column {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.course-brochure .creative-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
}

.course-brochure .creative-text p {
    font-size: 1.25rem;
    margin: 0 0 var(--margin--marg-s);
}

.course-brochure .creative-nav {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1.2rem;
    margin: 4rem 0 0 0;
    position: relative;
}

.course-brochure .partner-c {
    padding: var(--padding--padd-m) 0;
    border-top: 1px solid var(--colors--black);
    border-bottom: 1px solid var(--colors--black);
}

.course-brochure .section-partner p {
    font-size: 1.25rem;
    text-align: center;
    text-transform: uppercase;
    font-family: Supply;
    font-weight: 400;
    margin: 0 0 var(--margin--marg-m) 0;
}

.course-brochure .partner-wr {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 2rem;
    align-items: center;
    justify-items: center;
}

.course-brochure .mentors-c {
    padding: var(--padding--padd-xl) 0;
}

.course-brochure .mentors-wr {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
}

.course-brochure .section-testimonials {
    background: var(--colors--cream-3);
}

.course-brochure .testimonials-c {
    padding: var(--padding--padd-xl) 0;
}

.course-brochure .testimonials-wr {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3.75rem;
    margin: 5rem 0 0;
}

.course-brochure .video-link {
    width: 100%;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    align-items: center;
    display: flex;
}

.course-brochure .play-button {
    transition: all 0.3s ease;
}

.course-brochure .video-link:hover .play-button {
    transform: scale(1.2);
}

.course-brochure .testimonial-box .video-link {
    height: 400px;
}

.course-brochure .testimonial-1 {
    background-image: url(https://www.jmcacademy.edu.au/media/dkmb4b4d/life-img-1.webp);
}

.course-brochure .testimonial-2 {
    background-image: url(https://www.jmcacademy.edu.au/media/ehxpbyou/life-img-2.webp);
}

.course-brochure .testimonial-3 {
    background-image: url(https://www.jmcacademy.edu.au/media/q1qmk2jd/life-img-3.webp);
}

.course-brochure .testimonial-text {
    margin: 1.25rem 0 0 0;
}

.course-brochure .testimonial-text h3 {
    margin: 0 0 0.5rem 0;
}

.course-brochure .testimonial-text p {
    font-size: 1.4rem;
    font-family: Supply;
    font-weight: 400;
    text-transform: uppercase;
}

.course-brochure .slick-arrow {
    font-size: 0;
    padding: 0;
    width: 48px;
    height: 48px;
    border: 1px solid var(--colors--black-2);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.course-brochure .slick-arrow:hover {
    background-color: var(--colors--yellow);
}

.course-brochure .slick-prev {
    left: -90px;
    background: url(https://www.jmcacademy.edu.au/media/q3mhd4ql/arrow-left-black.svg) no-repeat center center;
    background-size: 24px 24px;
}

.course-brochure .slick-next {
    right: -90px;
    background: url(https://www.jmcacademy.edu.au/media/klnb0flr/arrow-right-black.svg) no-repeat center center;
    background-size: 24px 24px;
}

.course-brochure .slick-next:before,
.course-brochure .slick-prev:before,
.course-brochure .slick-dots li button:before {
    display: none;
}

.course-brochure .slick-dots {
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    margin: var(--margin--marg-l) 0 0;
}

.course-brochure .slick-dots button {
    display: block;
    padding: 0;
    width: 8px;
    height: 8px;
    background-color: var(--colors--grey-2);
    cursor: pointer;
    font-size: 0;
    border: none;
    transition: all 0.2s ease;
}

.course-brochure .slick-dots button:hover {
    background-color: var(--colors--dark-purple);
}

.course-brochure .slick-dots .slick-active button {
    background-color: var(--colors--dark-purple);
}

.course-brochure .slick-slide {
    margin: 0 16px;
}

.course-brochure .slick-list {
    margin: 0 -16px;
}

.course-brochure .slick-dots {
    order: 2;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}

.course-brochure .section-choose {
    background: var(--colors--dark-purple);
    color: var(--colors--white);
    position: relative;
}

.course-brochure .choose-c {
    padding: var(--padding--padd-xxl) 0 0;
}

.course-brochure .choose-wr {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 4rem;
}

.course-brochure .choose-box {
    width: 43vw;
}

.course-brochure .choose-img {
    width: 43vw;
    position: absolute;
    right: 0;
    top: 0;
}

.course-brochure .text-small {
    font-size: 1rem;
    line-height: 1.1;
    color: var(--colors--light-purple);
    margin: 0 0 0.5rem 0;
}

.course-brochure footer {
    background: var(--colors--dark-purple);
    color: var(--colors--white);
}

.course-brochure .footer-c {
    padding: var(--padding--padd-m) 0;
}

.course-brochure .footer-wr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
}

.course-brochure .footer-middle p {
    font-size: 1rem;
    line-height: 1.1;
    color: var(--colors--light-purple);
    text-align: center;
    margin: 0 0 0.5rem 0;
}

.course-brochure .footer-social {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
}

.course-brochure .footer-social a {
    transition: all 0.3s ease;
}

.course-brochure .footer-social a:hover {
    color: var(--colors--green);
}

/* ----- RESPONSIVE ----- */
@media screen and (max-width: 1660px) {
    .course-brochure .choose-box br {
        display: none;
    }
}

@media screen and (max-width: 1440px) {
    .course-brochure .hero-c {
        padding: var(--padding--padd-s) 0 var(--padding--padd-xl);
    }

    .course-brochure .under-wr {
        grid-template-columns: repeat(3, 1fr);
    }

    .course-brochure .creative-wr {
        gap: 5rem 2rem;
    }

    .course-brochure .section-choose {
        position: static;
    }

    .course-brochure .choose-c {
        padding: var(--padding--padd-xl) 0 0;
    }

    .course-brochure .choose-wr {
        position: relative;
    }

    .course-brochure .choose-img {
        right: -10vw;
    }
}

@media screen and (max-width: 1366px) {
    .course-brochure .testimonials-wr {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }

    .course-brochure .mentors-wr {
        grid-template-columns: repeat(2, 1fr);
        gap: 3rem;
    }
}

@media screen and (max-width: 1180px) {
    .course-brochure br {
        display: none;
    }

    .course-brochure .creative-wr {
        grid-template-columns: repeat(2, 1fr);
    }

    .course-brochure .testimonial-box .video-link {
        height: 420px;
    }
}

@media screen and (max-width: 1024px) {
    
    .course-brochure .hero-c {
         padding: var(--padding--padd-s) 0 var(--padding--padd-m);
        
    }
        
    .course-brochure .hero-wr{
         flex-direction: column;
         gap: 50px;
     }

     .course-brochure .umbraco-forms-form,.course-brochure .hero-text{
        width:100%;
        max-width:none;
     }

    .course-brochure .creative-top {
        flex-direction: column;
        align-items: flex-start;
        margin: 0 0 2.5rem 0;
    }

    .course-brochure .under-c {
        padding: var(--padding--padd-m) 0;
    }

    .course-brochure .mentors-c {
        padding: var(--padding--padd-m) 0;
    }

    .course-brochure .creative-c {
        padding: var(--padding--padd-m) 0;
    }

    .course-brochure .testimonials-wr {
        margin: 2.5rem 0 0;
    }

    .course-brochure .testimonials-c {
        padding: var(--padding--padd-m) 0;
    }

    .course-brochure .choose-c {
        padding: var(--padding--padd-m) 0 0;
    }

    .course-brochure .choose-wr {
        flex-direction: column;
        gap: 2rem;
    }

    .course-brochure .choose-box {
        width: 100%;
    }

    .course-brochure .choose-img {
        position: static;
        width: 100%;
    }

    .course-brochure .footer-c {
        padding: var(--padding--padd-s) 0;
    }

    .course-brochure .footer-wr {
        flex-direction: column;
        gap: 1.5rem;
    }
}

@media screen and (max-width: 479px) {
    .course-brochure header {
        flex-direction: column;
    }

    .course-brochure header .cta-wr {
        justify-content: center;
    }

    .course-brochure header .cta-wr .cta {
        width: 100%;
    }

    .course-brochure .under-box p {
        font-size: 1rem;
        letter-spacing: 0;
    }

    .course-brochure .hero-wr {
        flex-direction: column;
    }

    .course-brochure .hero-text {
        max-width: 100%;
    }

    .course-brochure .under-wr {
        grid-template-columns: repeat(2, 1fr);
    }

    .course-brochure .creative-wr {
        grid-template-columns: 1fr;
        gap: 4rem 2rem;
    }

    .course-brochure .partner-wr {
        grid-template-columns: repeat(2, 1fr);
    }

    .course-brochure .mentors-wr {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .course-brochure .slick-dots {
        margin: 0;
    }

    .course-brochure .slick-arrow {
        position: static;
        transform: none;
    }

    .course-brochure .slick-prev {
        order: 1;
    }

    .course-brochure .slick-next {
        order: 3;
    }

    .course-brochure .testimonials-wr {
        grid-template-columns: 1fr;
    }

    .course-brochure .testimonial-box .video-link {
        height: 310px;
    }

    .course-brochure .play-button {
        width: 50px;
    }
}